This is the state of the game at the beginning
| player | loc | unit_id | unit_type | action | unit_name |
|---|---|---|---|---|---|
| eric | G7 | 1 | trazyn_the_infinite | control | Camden Nguyen |
| eric | G7 | 2 | illuminor_szeras | control | Angelina Mitchell |
| eric | G7 | 3 | technomancer | control | Shashi Tharoor |
| eric | G7 | 4 | lychgaurd | control | Timothy Avila |
| eric | G7 | 5 | skorpekh_destroyers | control | Skylar Richardson |
| eric | G7 | 6 | canoptek_plasmacyte | control | Amazing Commander |
| eric | G7 | 7 | immortals | control | Gabriella Carroll |
| eric | G7 | 8 | canoptek_spyders | control | Master Demon |
| eric | G7 | 9 | canoptek_spyders | control | Smilin’ Prophet |
| eric | G7 | 10 | cryptothralls | control | Olivia Black |
| eric | G7 | 11 | cryptothralls | control | Benjamin Clark |
| eric | G7 | 12 | canoptek_scarab_swarms | control | Samuel L Jackson |
| eric | G7 | 13 | canoptek_wraiths | control | Andy Serkis |
| eric | G7 | 14 | deathmarks | control | Joy Thomas |
| eric | G7 | 15 | night_scythe | control | Bobby McFerrin |
| eric | G7 | 16 | overlord | control | Rebecca Frazier |
| eric | G7 | 17 | royal_warden | control | Abel Burns |
| eric | G7 | 18 | necron_warriors | control | Joseph Camacho |
| eric | G7 | 19 | immortals | control | Kenneth Pham |
| eric | G7 | 20 | canoptek_scarab_swarms | control | James Stewart |
| eric | G7 | 21 | canoptek_scarab_swarms | control | Pesty Wanderer |
| eric | G7 | 22 | night_scythe | control | Morris West Byrd |
| eric | G7 | 23 | overlord | control | Nova Fernandez |
| eric | G7 | 24 | royal_warden | control | Makayla Juarez |
| eric | G7 | 25 | immortals | control | Valeria Cervantes |
| eric | G7 | 26 | necron_warriors | control | Londyn Stewart |
| eric | G7 | 27 | canoptek_scarab_swarms | control | X-pert Assassin |
| eric | G7 | 28 | canoptek_scarab_swarms | control | Ghostface Ambassador |
Players change their maps (making orders)
modify_unit("eric", c(1:6, 13:14, 8:11), "move", "E7")
modify_unit("eric", 7, "control","G7")
modify_unit("eric", 12, "move", c("E7", "E5"))
modify_unit("eric", 15:18, "soar", c("G8S", "G10S", "I1S", "I3S"))# transport IS THIS LEGAL? do you need to use a move to land?
modify_unit("eric", 19, "move","G6")
modify_unit("eric", 20, "move", c("E7", "E6"))
modify_unit("eric", 21, "move", c("E7", "E4"))
modify_unit("eric", c(22:24, 26), "soar", c("G8S", "H3S", "H3"))# transport
modify_unit("eric", 25, "move","G8")
modify_unit("eric", 27, "move", c("E7", "F4"))
modify_unit("eric", 28, "move", c("E7", "F8"))# cool example here of if you got waylaid in E7 you would have strength together
## All units resolved.
Attempt to reconcile moves.
| player | loc | unit_id | unit_type | action | unit_name |
|---|---|---|---|---|---|
| chris | E1 | 20 | gargoyles | move | Mighty Contender |
| eric | E4 | 21 | canoptek_scarab_swarms | move | Pesty Wanderer |
| eric | E5 | 12 | canoptek_scarab_swarms | move | Samuel L Jackson |
| eric | E6 | 20 | canoptek_scarab_swarms | move | James Stewart |
| eric | E7 | 1 | trazyn_the_infinite | move | Camden Nguyen |
| eric | E7 | 2 | illuminor_szeras | move | Angelina Mitchell |
| eric | E7 | 3 | technomancer | move | Shashi Tharoor |
| eric | E7 | 4 | lychgaurd | move | Timothy Avila |
| eric | E7 | 5 | skorpekh_destroyers | move | Skylar Richardson |
| eric | E7 | 6 | canoptek_plasmacyte | move | Amazing Commander |
| eric | E7 | 8 | canoptek_spyders | move | Master Demon |
| eric | E7 | 9 | canoptek_spyders | move | Smilin’ Prophet |
| eric | E7 | 10 | cryptothralls | move | Olivia Black |
| eric | E7 | 11 | cryptothralls | move | Benjamin Clark |
| eric | E7 | 13 | canoptek_wraiths | move | Andy Serkis |
| eric | E7 | 14 | deathmarks | move | Joy Thomas |
| eric | F4 | 27 | canoptek_scarab_swarms | move | X-pert Assassin |
| big_grizz | F5 | 9 | infiltrators | move | Steve Lillywhite |
| big_grizz | F5 | 14 | redemptor_dreadnought | move | Maxwell Gomez |
| big_grizz | F5 | 15 | invictor_tactical_warsuit | move | Tim Handley |
| big_grizz | F5 | 19 | vindicare_assassin | move | Adam Stern |
| big_grizz | F5 | 20 | eliminators | move | James Anthony Carmichael & Lionel Richie |
| big_grizz | F5 | 21 | eradicators | move | Adriana Rowe |
| eric | F8 | 28 | canoptek_scarab_swarms | move | Ghostface Ambassador |
| eric | G6 | 19 | immortals | move | Kenneth Pham |
| eric | G7 | 7 | immortals | control | Gabriella Carroll |
| eric | G8 | 25 | immortals | move | Valeria Cervantes |
| big_grizz | H2 | 3 | techmarine | soar | Aidan Le |
| big_grizz | H2 | 5 | tactical_squad | soar | Eliana Watts |
| big_grizz | H2 | 6 | tactical_squad | soar | Taylor Romero |
| big_grizz | H2 | 13 | dreadnought | soar | Mila Hines |
| big_grizz | H2 | 22 | storm_raven | soar | Bobby Darin |
| eric | H3 | 22 | night_scythe | soar | Morris West Byrd |
| eric | H3 | 23 | overlord | soar | Nova Fernandez |
| eric | H3 | 24 | royal_warden | soar | Makayla Juarez |
| eric | H3 | 26 | necron_warriors | soar | Londyn Stewart |
| eric | I3S | 15 | night_scythe | soar | Bobby McFerrin |
| eric | I3S | 16 | overlord | soar | Rebecca Frazier |
| eric | I3S | 17 | royal_warden | soar | Abel Burns |
| eric | I3S | 18 | necron_warriors | soar | Joseph Camacho |
Players change their maps (making orders)
modify_unit("eric", c(1:6, 13:14, 8:11), "move", "E5")
modify_unit("eric", 7, "move","E7")
modify_unit("eric", 12, "move", c("F3", "F2"))
modify_unit("eric", c(15, 16,18), "move","I4")
modify_unit("eric", 17, "control","I3")
modify_unit("eric", 19, "control","G6")
modify_unit("eric", 20, "move", c("E4", "E3"))
modify_unit("eric", 21, "move", c("E1", "A8"))
modify_unit("eric", c(22:24, 26), "move","H2")
modify_unit("eric", 25, "control","G8")
modify_unit("eric", 27, "move", c("F7", "F5"))
modify_unit("eric", 28, "move", c("H1", "H3"))
## CONFLICT(s):
## Warning: Conflict is at hand! Please resolve territorial disputes.
Attempt to reconcile moves.
| player | loc | unit_id | unit_type | action | unit_name | passing_through | CONFLICT! |
|---|---|---|---|---|---|---|---|
| chris | A6 | 14 | ripper_swarms | control | J K Rowling | ||
| chris | A6 | 1 | flying_hive_tryant | move | Dixie Chicks | TRUE | |
| chris | A7 | 9 | genestealers | control | T Bone Burnett | ||
| chris | A8 | 1 | flying_hive_tryant | move | Dixie Chicks | TRUE | |
| chris | A8 | 10 | genestealers | move | The Neptunes | TRUE | |
| chris | A8 | 24 | biovores | move | Axel Kim | TRUE | |
| eric | A8 | 21 | canoptek_scarab_swarms | move | Pesty Wanderer | TRUE | |
| chris | B11 | 19 | raveners | move | Lao Tzu | TRUE | |
| chris | B11 | 20 | gargoyles | move | Mighty Contender | TRUE | |
| big_grizz | C5 | 8 | tactical_squad | control | Delilah Townsend | ||
| big_grizz | C5 | 23 | rhino | control | Bob Bergen | ||
| big_grizz | C5 | 14 | redemptor_dreadnought | move | Maxwell Gomez | ||
| big_grizz | C5 | 15 | invictor_tactical_warsuit | move | Tim Handley | ||
| big_grizz | C5 | 19 | vindicare_assassin | move | Adam Stern | ||
| big_grizz | C5 | 20 | eliminators | move | James Anthony Carmichael & Lionel Richie | ||
| big_grizz | C5 | 21 | eradicators | move | Adriana Rowe | ||
| big_grizz | D4 | 2 | deathwing_captain | control | Epictetus | ||
| big_grizz | D4 | 4 | phobos_librarian | control | Andrew Cornall | ||
| big_grizz | D4 | 17 | deathwing_terminators | control | Friedrich Nietzsche | ||
| big_grizz | D4 | 18 | deathwing_knights | control | Adam Smith | ||
| chris | E1 | 2 | flying_hive_tryant | move | Judy Garland | TRUE | |
| chris | E1 | 19 | raveners | move | Lao Tzu | TRUE | |
| eric | E1 | 21 | canoptek_scarab_swarms | move | Pesty Wanderer | TRUE | TRUE |
| chris | E2 | 20 | gargoyles | move | Mighty Contender | ||
| eric | E3 | 20 | canoptek_scarab_swarms | move | James Stewart | ||
| eric | E4 | 20 | canoptek_scarab_swarms | move | James Stewart | TRUE | |
| eric | E5 | 1 | trazyn_the_infinite | move | Camden Nguyen | ||
| eric | E5 | 2 | illuminor_szeras | move | Angelina Mitchell | ||
| eric | E5 | 3 | technomancer | move | Shashi Tharoor | ||
| eric | E5 | 4 | lychgaurd | move | Timothy Avila | ||
| eric | E5 | 5 | skorpekh_destroyers | move | Skylar Richardson | ||
| eric | E5 | 6 | canoptek_plasmacyte | move | Amazing Commander | ||
| eric | E5 | 8 | canoptek_spyders | move | Master Demon | ||
| eric | E5 | 9 | canoptek_spyders | move | Smilin’ Prophet | ||
| eric | E5 | 10 | cryptothralls | move | Olivia Black | ||
| eric | E5 | 11 | cryptothralls | move | Benjamin Clark | ||
| eric | E5 | 13 | canoptek_wraiths | move | Andy Serkis | ||
| eric | E5 | 14 | deathmarks | move | Joy Thomas | ||
| eric | E7 | 7 | immortals | move | Gabriella Carroll | ||
| eric | F2 | 12 | canoptek_scarab_swarms | move | Samuel L Jackson | ||
| eric | F3 | 12 | canoptek_scarab_swarms | move | Samuel L Jackson | TRUE | |
| big_grizz | F5 | 9 | infiltrators | control | Steve Lillywhite | TRUE | |
| eric | F5 | 27 | canoptek_scarab_swarms | move | X-pert Assassin | TRUE | |
| eric | F7 | 27 | canoptek_scarab_swarms | move | X-pert Assassin | TRUE | |
| eric | G6 | 19 | immortals | control | Kenneth Pham | ||
| eric | G8 | 25 | immortals | control | Valeria Cervantes | ||
| eric | H1 | 28 | canoptek_scarab_swarms | move | Ghostface Ambassador | TRUE | |
| big_grizz | H2 | 3 | techmarine | control | Aidan Le | TRUE | |
| big_grizz | H2 | 5 | tactical_squad | control | Eliana Watts | TRUE | |
| big_grizz | H2 | 13 | dreadnought | control | Mila Hines | TRUE | |
| big_grizz | H2 | 22 | storm_raven | control | Bobby Darin | TRUE | |
| eric | H2 | 22 | night_scythe | move | Morris West Byrd | TRUE | |
| eric | H2 | 23 | overlord | move | Nova Fernandez | TRUE | |
| eric | H2 | 24 | royal_warden | move | Makayla Juarez | TRUE | |
| eric | H2 | 26 | necron_warriors | move | Londyn Stewart | TRUE | |
| eric | H3 | 28 | canoptek_scarab_swarms | move | Ghostface Ambassador | ||
| big_grizz | H5 | 6 | tactical_squad | move | Taylor Romero | ||
| eric | I3 | 17 | royal_warden | control | Abel Burns | ||
| eric | I4 | 15 | night_scythe | move | Bobby McFerrin | ||
| eric | I4 | 16 | overlord | move | Rebecca Frazier | ||
| eric | I4 | 18 | necron_warriors | move | Joseph Camacho |
modify_unit("eric", "F5", "move","F8")
kill_unit("eric", 21)
modify_unit("eric", "H2", "move","H3")
## All units resolved.
## Warning: Removed 1 rows containing missing values (geom_point).
| player | loc | unit_id | unit_type | action | unit_name |
|---|---|---|---|---|---|
| chris | E1 | 2 | flying_hive_tryant | move | Judy Garland |
| chris | E1 | 19 | raveners | move | Lao Tzu |
| chris | E2 | 20 | gargoyles | move | Mighty Contender |
| eric | E3 | 20 | canoptek_scarab_swarms | move | James Stewart |
| eric | E5 | 1 | trazyn_the_infinite | move | Camden Nguyen |
| eric | E5 | 2 | illuminor_szeras | move | Angelina Mitchell |
| eric | E5 | 3 | technomancer | move | Shashi Tharoor |
| eric | E5 | 4 | lychgaurd | move | Timothy Avila |
| eric | E5 | 5 | skorpekh_destroyers | move | Skylar Richardson |
| eric | E5 | 6 | canoptek_plasmacyte | move | Amazing Commander |
| eric | E5 | 8 | canoptek_spyders | move | Master Demon |
| eric | E5 | 9 | canoptek_spyders | move | Smilin’ Prophet |
| eric | E5 | 10 | cryptothralls | move | Olivia Black |
| eric | E5 | 11 | cryptothralls | move | Benjamin Clark |
| eric | E5 | 13 | canoptek_wraiths | move | Andy Serkis |
| eric | E5 | 14 | deathmarks | move | Joy Thomas |
| eric | E7 | 7 | immortals | move | Gabriella Carroll |
| eric | F2 | 12 | canoptek_scarab_swarms | move | Samuel L Jackson |
| big_grizz | F5 | 9 | infiltrators | control | Steve Lillywhite |
| eric | F8 | 27 | canoptek_scarab_swarms | move | X-pert Assassin |
| eric | G6 | 19 | immortals | control | Kenneth Pham |
| eric | G8 | 25 | immortals | control | Valeria Cervantes |
| big_grizz | H2 | 3 | techmarine | control | Aidan Le |
| big_grizz | H2 | 5 | tactical_squad | control | Eliana Watts |
| big_grizz | H2 | 13 | dreadnought | control | Mila Hines |
| big_grizz | H2 | 22 | storm_raven | control | Bobby Darin |
| eric | H3 | 22 | night_scythe | move | Morris West Byrd |
| eric | H3 | 23 | overlord | move | Nova Fernandez |
| eric | H3 | 24 | royal_warden | move | Makayla Juarez |
| eric | H3 | 26 | necron_warriors | move | Londyn Stewart |
| eric | H3 | 28 | canoptek_scarab_swarms | move | Ghostface Ambassador |
| big_grizz | H5 | 6 | tactical_squad | move | Taylor Romero |
| eric | I3 | 17 | royal_warden | control | Abel Burns |
| eric | I4 | 15 | night_scythe | move | Bobby McFerrin |
| eric | I4 | 16 | overlord | move | Rebecca Frazier |
| eric | I4 | 18 | necron_warriors | move | Joseph Camacho |
| eric | NA | 21 | canoptek_scarab_swarms | NA | Pesty Wanderer |
Players change their maps (making orders)
modify_unit("eric", 1, "move", "F3")
modify_unit("eric", 2, "move", "F3")
modify_unit("eric", 3, "move", "F4")
modify_unit("eric", 4, "move", "F3")
modify_unit("eric", 5, "move", "F3")
modify_unit("eric", 6, "move", "F3")
modify_unit("eric", 7, "move", "E5")
modify_unit("eric", 8, "move", "F4")
modify_unit("eric", 9, "move", "F3")
modify_unit("eric", 10, "move", "F4")
modify_unit("eric", 11, "move", "F3")
modify_unit("eric", 12, "move", c("C3", "F7"))
modify_unit("eric", 13, "move", "F3")
modify_unit("eric", 14, "sneak", "E5")
modify_unit("eric", 15, "move", "I5")
modify_unit("eric", 16, "move", "I5")
modify_unit("eric", 17, "move", "I4")
modify_unit("eric", 18, "control", "I4")
modify_unit("eric", 19, "move", "G9")
modify_unit("eric", 20, "move", "E4")
modify_unit("eric", 21, "rejoin", "G7")
modify_unit("eric", 22, "move", "H5")
modify_unit("eric", 23, "move", "H5")
modify_unit("eric", 24, "move", "H5")
modify_unit("eric", 25, "move", "G10")
modify_unit("eric", 26, "move", "H5")
modify_unit("eric", 27, "move", "F7")
modify_unit("eric", 28, "reinforce", "H3")
modify_unit("eric", "C3", "move", "F3")
modify_unit("eric", "H5", "move", "H4")
modify_unit("eric", "H3", "move", "H1")
## CONFLICT(s):
## Warning: Conflict is at hand! Please resolve territorial disputes.
Attempt to reconcile moves.
## Warning: Removed 1 rows containing missing values (geom_point).
| player | loc | unit_id | unit_type | action | unit_name | passing_through | CONFLICT! |
|---|---|---|---|---|---|---|---|
| big_grizz | C3 | 8 | tactical_squad | move | Delilah Townsend | TRUE | |
| big_grizz | C3 | 20 | eliminators | move | James Anthony Carmichael & Lionel Richie | TRUE | |
| big_grizz | C3 | 21 | eradicators | move | Adriana Rowe | TRUE | |
| big_grizz | C3 | 23 | rhino | move | Bob Bergen | TRUE | |
| eric | C3 | 12 | canoptek_scarab_swarms | move | Samuel L Jackson | TRUE | TRUE |
| big_grizz | C5 | 14 | redemptor_dreadnought | reinforce | Maxwell Gomez | ||
| chris | E1 | 24 | biovores | move | Axel Kim | ||
| chris | E3 | 19 | raveners | move | Lao Tzu | ||
| eric | E4 | 20 | canoptek_scarab_swarms | move | James Stewart | ||
| eric | E5 | 7 | immortals | move | Gabriella Carroll | ||
| eric | E5 | 14 | deathmarks | sneak | Joy Thomas | ||
| eric | F3 | 1 | trazyn_the_infinite | move | Camden Nguyen | ||
| eric | F3 | 2 | illuminor_szeras | move | Angelina Mitchell | ||
| eric | F3 | 4 | lychgaurd | move | Timothy Avila | ||
| eric | F3 | 5 | skorpekh_destroyers | move | Skylar Richardson | ||
| eric | F3 | 6 | canoptek_plasmacyte | move | Amazing Commander | ||
| eric | F3 | 9 | canoptek_spyders | move | Smilin’ Prophet | ||
| eric | F3 | 11 | cryptothralls | move | Benjamin Clark | ||
| eric | F3 | 13 | canoptek_wraiths | move | Andy Serkis | ||
| eric | F4 | 3 | technomancer | move | Shashi Tharoor | ||
| eric | F4 | 8 | canoptek_spyders | move | Master Demon | ||
| eric | F4 | 10 | cryptothralls | move | Olivia Black | ||
| eric | F7 | 12 | canoptek_scarab_swarms | move | Samuel L Jackson | ||
| eric | F7 | 27 | canoptek_scarab_swarms | move | X-pert Assassin | ||
| eric | G10 | 25 | immortals | move | Valeria Cervantes | ||
| eric | G7 | 21 | canoptek_scarab_swarms | rejoin | Pesty Wanderer | ||
| eric | G9 | 19 | immortals | move | Kenneth Pham | ||
| big_grizz | H3 | 3 | techmarine | move | Aidan Le | TRUE | |
| big_grizz | H3 | 5 | tactical_squad | move | Eliana Watts | TRUE | |
| big_grizz | H3 | 13 | dreadnought | move | Mila Hines | TRUE | |
| big_grizz | H3 | 22 | storm_raven | move | Bobby Darin | TRUE | |
| eric | H3 | 28 | canoptek_scarab_swarms | reinforce | Ghostface Ambassador | TRUE | |
| big_grizz | H5 | 6 | tactical_squad | control | Taylor Romero | TRUE | |
| eric | H5 | 22 | night_scythe | move | Morris West Byrd | TRUE | |
| eric | H5 | 23 | overlord | move | Nova Fernandez | TRUE | |
| eric | H5 | 24 | royal_warden | move | Makayla Juarez | TRUE | |
| eric | H5 | 26 | necron_warriors | move | Londyn Stewart | TRUE | |
| eric | I4 | 18 | necron_warriors | control | Joseph Camacho | ||
| eric | I4 | 17 | royal_warden | move | Abel Burns | ||
| eric | I5 | 15 | night_scythe | move | Bobby McFerrin | ||
| eric | I5 | 16 | overlord | move | Rebecca Frazier |
## All units resolved.
## Warning: Removed 1 rows containing missing values (geom_point).
| player | loc | unit_id | unit_type | action | unit_name |
|---|---|---|---|---|---|
| big_grizz | C3 | 8 | tactical_squad | move | Delilah Townsend |
| big_grizz | C3 | 20 | eliminators | move | James Anthony Carmichael & Lionel Richie |
| big_grizz | C3 | 21 | eradicators | move | Adriana Rowe |
| big_grizz | C3 | 23 | rhino | move | Bob Bergen |
| big_grizz | C5 | 14 | redemptor_dreadnought | reinforce | Maxwell Gomez |
| chris | E1 | 24 | biovores | move | Axel Kim |
| chris | E3 | 19 | raveners | move | Lao Tzu |
| eric | E4 | 20 | canoptek_scarab_swarms | move | James Stewart |
| eric | E5 | 7 | immortals | move | Gabriella Carroll |
| eric | E5 | 14 | deathmarks | sneak | Joy Thomas |
| eric | F3 | 1 | trazyn_the_infinite | move | Camden Nguyen |
| eric | F3 | 2 | illuminor_szeras | move | Angelina Mitchell |
| eric | F3 | 4 | lychgaurd | move | Timothy Avila |
| eric | F3 | 5 | skorpekh_destroyers | move | Skylar Richardson |
| eric | F3 | 6 | canoptek_plasmacyte | move | Amazing Commander |
| eric | F3 | 9 | canoptek_spyders | move | Smilin’ Prophet |
| eric | F3 | 11 | cryptothralls | move | Benjamin Clark |
| eric | F3 | 12 | canoptek_scarab_swarms | move | Samuel L Jackson |
| eric | F3 | 13 | canoptek_wraiths | move | Andy Serkis |
| eric | F4 | 3 | technomancer | move | Shashi Tharoor |
| eric | F4 | 8 | canoptek_spyders | move | Master Demon |
| eric | F4 | 10 | cryptothralls | move | Olivia Black |
| eric | F7 | 27 | canoptek_scarab_swarms | move | X-pert Assassin |
| eric | G10 | 25 | immortals | move | Valeria Cervantes |
| eric | G7 | 21 | canoptek_scarab_swarms | rejoin | Pesty Wanderer |
| eric | G9 | 19 | immortals | move | Kenneth Pham |
| eric | H1 | 28 | canoptek_scarab_swarms | move | Ghostface Ambassador |
| big_grizz | H3 | 3 | techmarine | move | Aidan Le |
| big_grizz | H3 | 5 | tactical_squad | move | Eliana Watts |
| big_grizz | H3 | 13 | dreadnought | move | Mila Hines |
| big_grizz | H3 | 22 | storm_raven | move | Bobby Darin |
| eric | H4 | 22 | night_scythe | move | Morris West Byrd |
| eric | H4 | 23 | overlord | move | Nova Fernandez |
| eric | H4 | 24 | royal_warden | move | Makayla Juarez |
| eric | H4 | 26 | necron_warriors | move | Londyn Stewart |
| big_grizz | H5 | 6 | tactical_squad | control | Taylor Romero |
| eric | I4 | 18 | necron_warriors | control | Joseph Camacho |
| eric | I4 | 17 | royal_warden | move | Abel Burns |
| eric | I5 | 15 | night_scythe | move | Bobby McFerrin |
| eric | I5 | 16 | overlord | move | Rebecca Frazier |
Players change their maps (making orders)
## All units resolved.
CONFLICT! column where relevant in your table. Plus, now you can only see the battles you’re involved with.